Enable build with static library for zck.
authorCaleb Jorden <caljorden@hotmail.com>
Thu, 1 Nov 2018 08:05:53 +0000 (13:35 +0530)
committerCaleb Jorden <caljorden@hotmail.com>
Thu, 1 Nov 2018 08:05:53 +0000 (13:35 +0530)
commit304bf10938137e213d5bf4a2a52cec9fe1d0fb70
tree8b9496dd9501621200f5ca0294f532c5d7a16057
parent1754c63c372c011083d3dee029b12bff06b2d0a5
Enable build with static library for zck.

Very small change in Meson config to allow zck to build
with a static library instead of just a dynamic one.

To use, run "meson --default-library=static build"

The resulting binaries should now be statically linked
with zck (resuilting in fewer dependencies).
src/lib/meson.build